home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------
- # PUNDIT.MAK make file
- #-------------------------------
-
- pundit.exe: pundit.obj pundit.def pundit.res
- link pundit, /align:16, NUL, /nod slibcew libw, pundit
- rc pundit.res
-
- pundit.obj: pundit.c pundit.h
- cc -c -Gsw -Ow -W2 -Zp pundit.c
-
- pundit.res: pundit.rc pundit.h
- rc -r pundit.rc
-
-
-